home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000296_fdc@watsun.cc.columbia.edu_Fri Aug 10 10:41:20 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  74 lines

  1. Article: 12651 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: I installed Beta; won't dial; new settings needed?
  6. Date: 10 Aug 2001 14:40:07 GMT
  7. Organization: Columbia University
  8. Lines: 57
  9. Message-ID: <9l0ro7$2l6$1@newsmaster.cc.columbia.edu>
  10. References: <9jr3bp$sta$1@panix2.panix.com> <9jsa05$fnd$1@news.panix.com> <9jsbit$999$1@newsmaster.cc.columbia.edu> <9l048e$k04$1@news.panix.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 997454407 2726 128.59.39.2 (10 Aug 2001 14:40:07 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 10 Aug 2001 14:40:07 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12651
  16.  
  17. In article <9l048e$k04$1@news.panix.com>,
  18. David Combs <dkcombs@panix.com> wrote:
  19. : In article <9jsbit$999$1@newsmaster.cc.columbia.edu>,
  20. : Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  21. : <snip>
  22. : >
  23. : >: And, do you know of some sun patch that fixes the
  24. : >: solaris problem?  (Yes, I'll download the beta kermit.)
  25. : >: 
  26. : >The Solaris problem is that the API changed out from
  27. : >under Kermit.  The solution is to download the Beta
  28. : >Kermit.
  29. : Frank -- I *did* download the Beta Kermit.
  30. : I tried it with the old (6.192) init-files, etc,
  31. : and it wouldn't actually dial the phone (no
  32. : sounds out of the modem), although it make the
  33. : modem-lights flash quickly two or maybe three times.
  34. : Please -- any ideas "off the cuff" of *significant*
  35. : changes required in the init file(s)?
  36. C-Kermit 8.0 Beta does work on Solaris; it has been tested
  37. thoroughly.  There is no magic to it; the basic sequence
  38. is the same as ever:
  39.  
  40.   set modem type usrobotics ; or whatever
  41.   set port /dev/cua         ; or whatever
  42.   set speed 57600           ; or whatever
  43.   dial 7654321              ; or other phone number
  44.  
  45. You don't even need to include "set flow rts/cts" because
  46. Kermit picks this up automatically from the modem database
  47. if you have chosen a modem type that supports it.
  48.  
  49. If you have set up your end of the connection correctly
  50. (e.g. told Kermit the kind of modem you actually have,
  51. rather than saying "set modem type hayes", a common
  52. mistake), and your connection is not working, it could be
  53. for any of the many reasons (and many more combinations of
  54. reasons) listed in the troubleshooting chapter of the
  55. C-Kermit book (do you have a copy?).  Some of these problems
  56. might be outside of your control.  For example, the
  57. connection between the answering modem and its serial port
  58. might not be effectively flow controlled.
  59.  
  60. Talk to your ISP about it, and if they can't do anything,
  61. then adjust your Kermit settings until Kermit transfers
  62. work, even through this lossy connection: shorter packets,
  63. smaller window size, slower serial speed, whatever.
  64.  
  65. Please don't send huge scripts, logs, etc, to the newsgroup.
  66. The entire world doesn't need to see them.  That's what
  67. the kermit-support@columbia.edu email address is for.
  68.  
  69. - Frank
  70.